Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::[] Operator (int)
Syntax
C++
const double* operator [](int row) const;

Returns matrix.entry[row] as matrix[row]. 

Returns a pointer to a constant matrix row. 

 

Parameters
Description
row
[in] Row.
[in] Row of a matrix. Must be in range from 0 to 3.

Pointer to a constant matrix row. 

Pointer to a constant matrix row.

Copyright © 2002-2022. Open Design Alliance All rights reserved.